Resolved Property (Recipients Collection) 

The Resolved property contains True if all of the recipients in the collection are resolved. Read-only.

Syntax

objRecipColl.Resolved

Data Type

Boolean

Remarks

All Recipient objects in the collection are considered resolved when all Recipient objects have a valid AddressEntry object in the AddressEntry property.

You should resolve all addresses.  Whenever you supply a display name to obtain an address from the address book or supply a custom address, you should call the Resolve method to ensure that the AddressEntry property is valid.

When the Recipients collection s Resolved property is not TRUE, use either the collection s Resolve method or the Resolve method for each Recipient object in the collection.

When you use existing valid AddressEntry objects, you do not need to explicitly call the Recipient object s Resolve method.

See Also

Resolve, Method (Recipient Object)